AttachmentSave Method (String) |
Saves this attachment to the specified file.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic void Save(
string filePath
)
Public Sub Save (
filePath As String
)
Parameters
- filePath
- Type: SystemString
File path.
See Also